Platform Explorer / Nuxeo Platform 2021.24

Extension point scroll

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.scroll.ScrollDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-core-bulk-2021.24.3.jar /OSGI-INF/scroll-contrib.xml
    <extension point="scroll" target="org.nuxeo.ecm.core.scroll.service">
        <scroll class="org.nuxeo.ecm.core.scroll.RepositoryScroll" default="true" name="repository" type="document"/>
        <scroll class="org.nuxeo.ecm.core.scroll.StaticScroll" name="list" type="static"/>
        <scroll class="org.nuxeo.ecm.core.scroll.EmptyScroll" name="list" type="empty"/>
      </extension>
  • nuxeo-elasticsearch-core-2021.24.3.jar /OSGI-INF/scroll-contrib.xml
    <extension point="scroll" target="org.nuxeo.ecm.core.scroll.service">
        <scroll class="org.nuxeo.elasticsearch.scroll.ElasticSearchScroll" name="elastic" type="document"/>
      </extension>